πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Operation_(Op).md by @KGBicheno β˜†

Operation (op)

Go back to the [[AI Glossary]]

#TensorFlow

A node in the TensorFlow graph. In TensorFlow, any procedure that creates, manipulates, or destroys a Tensor is an operation. For example, a matrix multiply is an operation that takes two Tensors as input and generates one Tensor as output.